﻿	body{
		font-family: 'Nunito Sans';
	}
	
	/*UI KIT Developer CSS Principal*/
	
	/*Btn UI kits */
	.btn-segundario{
		color: #FFFFFF !important;
		background-color: #4B3C8C;
		font-size: 10px;
		font-weight: 800;
		line-height: 27px;
		text-align: center;

		border-radius: 18px;
		padding: 5px 12px 5px 12px;
		height: 37px;

		text-decoration: none;
	}
	.btn-segundario:hover{
		background-color: #281E52;
		text-decoration: none;
	}


	/* h2-home */
	.h2-home{
		font-family: 'Nunito Sans';
		font-size:26px;
		font-weight:900;
		line-height: 30px;
		color: #4B3C8C !important;
	}
	/* txt-content*/
	.txt-content{
		font-family: 'Nunito Sans';
		font-size: 18px;
    font-weight: 400;
    line-height: 27px !important;
		text-align:center;

	}
	.gaceta{

		background: url("/Style Library/assets/images/gaceta.jpg") no-repeat center;
	    color: #fff;
	    background-size: cover;
	    height: 400px;
	    display: flex;
	    flex-direction: column;
	    align-content: center;
	    justify-content: center;
	    padding: 40px;
	}
	
	.h2-gaceta{
			font-family: 'Nunito Sans';
		font-size:26px;
		font-weight:900;
		line-height: 30px;
		color: #fff !important;
		
	}
	
	.gaceta a{
		background:#4B3C8C;
		font-size:18px;
		font-weight:800;
		line-height: 27px;
		padding: 5px 12px 5px 12px;
		border-radius: 18px;
			color: #fff !important;
			}
	 
	
	.setEjes .ejes-card{
		display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
	    
	}
	
	.setEjes .ejes-title{
		font-size:20px;
		font-weight:700;
		line-height: 28px;
		color:#4B3C8C;
	}
	.setEjes .ejes-descripcion{
		font-size:18px;
		font-weight:400;
		line-height: 28px;
		color:#4D4D4D;
	}
	
	/* Owl Carousel navigation buttons*/
	.owl-prev,
	.owl-next {
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    z-index: 1000; /* Ensure the buttons appear above other elements */
	    width: 50px; /* Adjust width as needed */
	    height: 50px; /* Adjust height as needed */
	    background-color: rgba(0, 0, 0, 0.5); /* Background color for visibility */
	    color: white; /* Text color */
	    border: none;
	    border-radius: 50%;
	    cursor: pointer;
	}
	.owl-prev {
	    left: -70px;
	 }
	.owl-next {
	    right: -70px;
	    }


.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}

.owl-prev span, .owl-next span {
    color: #7730C1;
    font-size: 60px; 
    padding: 5px; 
}


.owl-prev span:hover, .owl-next span:hover {
    color: #4B0082; 
}

/* Mobile only data-src */
/* Hide data-src by default */
/*.image-container img[data-src] {
    display: none;
}*/

/* Show data-src on mobile devices  
@media (max-width: 768px) {
    .image-container img[src="/Style Library/assets/images/mariposa-ejes.png"] {
         display: none; 
    } 
    .image-container img[data-src] {
        display: block;
    }
}*/


 /*1024*/
@media (min-width: 1024px) {
		/* txt-content*/
	.txt-content{
		font-size: 20px;
	}
	
	.btn-segundario{
	
		font-size: 18px;
	}

}
 
 /*1280*/
@media (min-width: 1280px) {
		/* txt-content*/
	.txt-content{
		font-size: 24px;
	}
}
 
@media (min-width: 300px) {
	.container.home-ejes-h2 {
    width: 300px;
  }
  
} 


@media (min-width: 400px) {
	.container.home-ejes-h2 {
    width: 400px;
  }
  .owl-prev {
    left: -50px;
  }
  .owl-next {
    right: -60px;
  }
}

@media (min-width: 500px) {
	.container.home-ejes-h2 {
    width: 500px;
  }
}

@media (min-width: 800px) {
    .container.home-ejes-h2 {
      width: 800px;
  }
}
@media (min-width: 1024px) {
	.container.home-ejes-h2 {
      width: 100%;
  }

}